Fix calc-trail-here for first line of trail.
authorAshwin Kafle <ashwin@ashwink.com.np>
Thu, 13 Jun 2024 10:21:38 +0000 (16:06 +0545)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Jun 2024 11:01:00 +0000 (14:01 +0300)
commitc637adbf32f2566b739eb96e68546201c55540af
treed8c02ee51b73036f3649813fc9404490ce03b285
parentaf6e7ed4c1aa5fae34eda3507a4baf8b52c97312
Fix calc-trail-here for first line of trail.

* lisp/calc/calc.el(calc-trail-here): Change 'or' to 'and'
since (bobp) can return true even if the buffer is not empty.
(Bug#71533)
lisp/calc/calc.el